Update comment annotations of gtk_tree_model_iter_previous and gtk_tree_model_iter_ne...
authorDanny Milosavljevic <dannym+a@scratchpost.org>
Tue, 3 Nov 2020 15:10:11 +0000 (15:10 +0000)
committerDanny Milosavljevic <dannym+a@scratchpost.org>
Tue, 3 Nov 2020 15:10:11 +0000 (15:10 +0000)
gtk/gtktreemodel.c

index 377a365d7b1ed209fba1bab4a702152440963a07..b4ae17545e3d0f7a529ec3bd445bcaf88b5ce850 100644 (file)
@@ -1426,7 +1426,7 @@ gtk_tree_model_get_value (GtkTreeModel *tree_model,
 /**
  * gtk_tree_model_iter_next:
  * @tree_model: a #GtkTreeModel
- * @iter: (in): the #GtkTreeIter-struct
+ * @iter: (inout): the #GtkTreeIter-struct
  *
  * Sets @iter to point to the node following it at the current level.
  *
@@ -1474,7 +1474,7 @@ gtk_tree_model_iter_previous_default (GtkTreeModel *tree_model,
 /**
  * gtk_tree_model_iter_previous:
  * @tree_model: a #GtkTreeModel
- * @iter: (in): the #GtkTreeIter-struct
+ * @iter: (inout): the #GtkTreeIter-struct
  *
  * Sets @iter to point to the previous node at the current level.
  *